PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnablePrint Method
True if the user can print the document, otherwise false.
In This Topic
    setEnablePrint Method
    In This Topic
    Sets a value indicating whether the user can print the document.
    Syntax
    public void setEnablePrint( 
       boolean value
    )

    Parameters

    value
    True if the user can print the document, otherwise false.
    See Also